home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15021 < prev    next >
Encoding:
Text File  |  1988-03-14  |  295 b   |  12 lines

  1. Version 3
  2. November 22, 1987
  3. Ross Henderson 72267,644
  4.  
  5. Corrects case of null or all spaces string.
  6. Caps first letter of each word.
  7. Lowercases remaining letters in a word. Deletes Leading & Trailing spaces.
  8.  
  9. Use as:
  10. StringCaps(myStrVar)
  11.  
  12. Note: Assign a Field to a Var and pass the Var to the proc.